home *** CD-ROM | disk | FTP | other *** search
- package Code.LIB
- {
- import Code.FIELD.helpers.TShapeType;
- import Code.OPTIONS.LEVELS;
-
- public class _vx23
- {
- public function _vx23()
- {
- super();
- }
-
- public static function _kg419(param1:int) : void
- {
- _cg33._ss555[1].prScores -= param1;
- _cg33._gk638();
- }
-
- public static function _ew523() : void
- {
- _cg33._ss555[1].prRoundzLevel = 0;
- _cg33._ss555[1].prBlockzLevel = 0;
- _cg33._ss555[1].prScores = 0;
- _cg33._dn742 = false;
- _cg33._gk638();
- }
-
- public static function get _xp514() : Boolean
- {
- return _cg33._ss555[1].prRoundzLevel >= LEVELS.RoundzLevels.length;
- }
-
- public static function get _xh67() : Boolean
- {
- return _xp514 && _bu14;
- }
-
- public static function set _un44(param1:TShapeType) : void
- {
- _cg33._ss555[1].prShapeType = param1 == TShapeType.CIRCLE ? 0 : 1;
- _cg33._gk638();
- }
-
- public static function get _qq496() : int
- {
- return _cg33._ss555[1].prShapeType == 0 ? int(LEVELS.RoundzLevels.length) : int(LEVELS.BlockzLevels.length);
- }
-
- public static function _wt252() : void
- {
- if(_un44 == TShapeType.CIRCLE)
- {
- ++_cg33._ss555[1].prRoundzLevel;
- }
- else
- {
- ++_cg33._ss555[1].prBlockzLevel;
- }
- _cg33._gk638();
- }
-
- public static function get _bu14() : Boolean
- {
- return _cg33._ss555[1].prBlockzLevel >= LEVELS.BlockzLevels.length;
- }
-
- public static function get _sv812() : String
- {
- if(_cg33._ss555 == null)
- {
- return null;
- }
- return _cg33._ss555[0];
- }
-
- public static function get _un44() : TShapeType
- {
- return _cg33._ss555[1].prShapeType == 0 ? TShapeType.CIRCLE : TShapeType.POLY;
- }
-
- public static function get _pm756() : int
- {
- if(_cg33._ss555 == null)
- {
- return -1;
- }
- if(_cg33._ss555[1].prShapeType == 0)
- {
- return _cg33._ss555[1].prRoundzLevel;
- }
- return _cg33._ss555[1].prBlockzLevel;
- }
-
- public static function get _om626() : int
- {
- if(_cg33._ss555 == null)
- {
- return -1;
- }
- return _cg33._ss555[1].prScores;
- }
-
- public static function _sh498(param1:int) : void
- {
- _cg33._ss555[1].prScores += param1;
- _cg33._gk638();
- }
- }
- }
-
-